hostname P1
logging console disable
domain name nickdoeslabs.local
username cisco
 group root-lr
 group cisco-support
 secret 10 $6$MllZC0QQdXLu6C0.$Qx.jfaPJATwWDcCwMLIdA6E/WENwx35IMinOLEOPMi36F4ShWHWQLO16RLhyhDyZiCMCOU69H8f9LvEFDYmul.
!
username admin
 group root-lr
 group cisco-support
 secret 10 $6$zJ0ME/Z.4IU/3E/.$3v8/mxwHegIiuLcDDFHVFwaJksgsQADi5ITKxR95PLAdQKXRGWCOFRIXEmIy0nUFyN7gQ1GmkFJSPYWfwF5K/0
!
username lab
 group root-lr
 group cisco-support
 secret 10 $6$aakHM7w24DV/M...$LUzNLyw4aQvy1DhR3/7CRk0jsUwrYcyf.LiBwcsq5vmotVShRohNneWtblFx2suRHD3cJGol0KwqpoFcItRcE1
!
vrf MGMT
!
line console
 exec-timeout 0 0
 absolute-timeout 0
 session-timeout 0
!
line default
 exec-timeout 0 0
 absolute-timeout 0
 session-timeout 0
!
interface Loopback0
 ipv4 address 1.1.1.1 255.255.255.255
 no shutdown
!
interface MgmtEth0/RP0/CPU0/0
 vrf MGMT
 ipv4 address dhcp
 no shutdown
!
interface GigabitEthernet0/0/0/0
 ipv4 point-to-point
 ipv4 unnumbered Loopback0
 no shutdown
!
interface GigabitEthernet0/0/0/1
 ipv4 point-to-point
 ipv4 unnumbered Loopback0
 no shutdown
!
interface GigabitEthernet0/0/0/2
 ipv4 point-to-point
 ipv4 unnumbered Loopback0
 no shutdown
!
router static
 vrf MGMT
  address-family ipv4 unicast
   0.0.0.0/0 192.168.100.2
  !
 !
!
! P1
router isis CORE
 net 49.0001.0000.0000.0001.00
 address-family ipv4 unicast
 !
 interface Loopback0
  passive
  address-family ipv4 unicast
  !
 !
 interface GigabitEthernet0/0/0/0
  point-to-point
  address-family ipv4 unicast
  !
 !
 interface GigabitEthernet0/0/0/1
  point-to-point
  address-family ipv4 unicast
  !
   interface GigabitEthernet0/0/0/2
  point-to-point
  address-family ipv4 unicast
  !
 !
!
mpls ldp
 router-id 1.1.1.1
 interface GigabitEthernet0/0/0/0
 !
 interface GigabitEthernet0/0/0/1
 !
  interface GigabitEthernet0/0/0/2
 !
!
ssh server v2
ssh server vrf MGMT
end